home *** CD-ROM | disk | FTP | other *** search
/ Freelog 100 / FreelogNo100-NovembreDecembre2010.iso / Securite / Moon Secure Antivirus / MsavSetup.2.2.2.165.exe / {app} / moontray.exe / 0 / RCDATA / TCMDCALLERFORM / TCMDCALLERFORM.txt
Text File  |  2008-05-17  |  1KB  |  65 lines

  1. object CMDCallerForm: TCMDCallerForm
  2.   Left = 212
  3.   Top = 197
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'CMDCallerForm'
  7.   ClientHeight = 203
  8.   ClientWidth = 477
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 162
  23.     Width = 477
  24.     Height = 41
  25.     Align = alBottom
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object Button1: TButton
  29.       Left = 144
  30.       Top = 8
  31.       Width = 75
  32.       Height = 25
  33.       Caption = 'OK'
  34.       TabOrder = 0
  35.       OnClick = Button1Click
  36.     end
  37.     object Button2: TButton
  38.       Left = 232
  39.       Top = 8
  40.       Width = 75
  41.       Height = 25
  42.       Caption = 'Abort'
  43.       TabOrder = 1
  44.       OnClick = Button2Click
  45.     end
  46.   end
  47.   object Logs: TMemo
  48.     Left = 0
  49.     Top = 0
  50.     Width = 477
  51.     Height = 162
  52.     Align = alClient
  53.     BorderStyle = bsNone
  54.     ScrollBars = ssVertical
  55.     TabOrder = 1
  56.   end
  57.   object TimerAutoClose: TTimer
  58.     Tag = 15000
  59.     Enabled = False
  60.     OnTimer = TimerAutoCloseTimer
  61.     Left = 232
  62.     Top = 104
  63.   end
  64. end
  65.